Not at this point. In the future there is the possibility that Int?[1, 2, 3, 4] will work, but that’s not certain yet as the T? syntax can also be useful for Union{T, Void}.
(But note that for real use cases, it’s uncommon to create data frames like this with only four rows AFAIK.)
Also, for more details about this, see the announcement.