Some of those search options are boolean options, meaning they're on or off, true or false, 1 or 0. The :1 part of the syntax helps the search function recognize it as an option. Other options use the number as a variable, and take something other than 1.
Booleans:
questions with specific words in the title intitle:1 apples oranges
questions that have an accepted answer hasaccepted:1 apples oranges
answers that are accepted answers isaccepted:1 apples oranges
questions that have been closed closed:1 apples oranges
posts that are community wiki wiki:1 apples oranges
Variables:
posts from a specific user user:1234 apples oranges
questions that have a minimum number of answers answers:2 apples oranges
posts with a minimum number of votes votes:15 apples oranges
questions with a minimum number of views views:250 apples oranges