Using multiple values for Equal or Not Equal alarm modes

Is it possible to make an alarm with alarm mode Equal or Not Equal that evaluates a set of values? I'm monitoring an integer tag and would like to trigger an alarm on all values except 0 and 13.

You could do a On Condition alarm mode with an expression binding on the Is Active field that would check if the value is anything but 0 and 13.