How to check if image upload field is empty?

How to check if image upload field is empty?

I have a form that has an image upload field. I want to be able to check if there is no image in the field.

I have tried:

if Image_Field = null
if Image_Field = ""
if Image_Field = empty

But can't seem to crack it.

Any help would be appreciated.