SOQL supports NULL values like SQL so you can use =NULL. For example:
SELECT column FROM table WHERE date_field = NULL
Or you can also try this:
IF( ISBLANK(), //condition, NULL)
To learn in-depth about Workflow in Salesforce, sign up for an industry based Salesforce Course.