I have tried with \"!== null\", but it is returning PASS even when the field is returning 0 or \"\".
Did you try
pm.expect(response.your_field).to.eql(null);
?