check if a taxnomy queried in $wp_query?

$wp_query->query_vars['taxonomy'] alone won’t do it, but yes, you can check the object itself.

However, something like is_tax() may be more appropriate. A lot depends on context and you query is all but lacking in that.