Do you want to know the exact tile (0 or 1) that is overlapping the sprite or if the sprite is overlapping visible tiles at all?
If you only want to know if the sprite is overlapping a visible tile, independently from the number. You need only:
+ Sprite: Is overlapping Tilemap
-> ...