If 0 isn't valid in MyArray(0) then you can do this

Code:
If MyArray(LBound(MyArray)) = 0 Then
    MsgBox "empty"
End If