Numeric criteria like Greater Than, Lesser Than or Between will always automatically attempt a conversion of the selected variable value to a number. If the variable is empty or the conversion to a number fails, the value will be assumed to be 0 (zero).
So, as an example, if the variable test is empty, a conditional switch checking if value equal to 0 (zero) will return true.