array_exists(my_array, x -> x is not null) should be what you're looking for.
array_exists(my_array, x -> x is not null)