The general identifier search syntax is
Code:
identifiers:name:condition
where "identifiers" is the constant value 'identifiers', "name" is the identifier name (e.g., isbn or amazon) and "condition" is what you are looking for (true, false, an exact or partial value, a regular expression).
Thus
Code:
identifiers:isbn:false
does what you want.
The expression "isbn:" is short for "identifiers:isbn:", which is why that works as well.